[@main]
#IF
CHECK [823] 1
#ACT
GOTO @start

#ELSESAY
Welcome <$USERNAME> to <Stage Two/FCOLOR=14> <Room 3/FCOLOR=16>\
As you no Stage Two required you to kill monsters.\
Each stage you complete gets harder than the previous stage\
I will spawn some monsters for you to battle.\
When you are ready click the ready button below.\
You will only be able to enter the next room once you have killed\
All of the monsters i spawn.\
Time to kill some Boss's.Lets start with IceDestroyer\
<I am Ready/@start>\

[@start]
#IF
CHECK [823] 1
CHECKMONMAP YUT01 1
#SAY
Sorry <$USERNAME>.\
You must kill all of the monsters i have sent before\
you can go to the next room.\
Keep killing them untill they are all dead.\ \

<Exit/@exit>

#ELSEACT
GOTO @spawn

[@spawn]
#IF
CHECK [823] 1
#SAY
Well done <$USERNAME>.\
You have killed all the monsters i set out for you.\
You may now pass to the next room in Stage One.\ \

<Next Room/@next>

#ELSEACT
PARAM1 YUT01
PARAM2 100
PARAM3 47
MONGEN WhiteEvilBoar3 6
MONGEN IceSpider 6
MONGEN IceGuardian1 5
MONGEN IceTroll 5
MONGEN HellDestroyer 1
SET [823] 1
BREAK
CLOSE

[@next]
#ACT
MAPMOVE YUT01 147 94
BREAK
CLOSE

